home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / milia.dxr / 00123.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  2.4 KB  |  96 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the visible of sprite 2 to 1
  4.   else
  5.     set the visible of sprite 2 to 0
  6.   end if
  7.   if rollOver(3) then
  8.     set the visible of sprite 3 to 1
  9.   else
  10.     set the visible of sprite 3 to 0
  11.   end if
  12.   if rollOver(4) then
  13.     set the visible of sprite 4 to 1
  14.   else
  15.     set the visible of sprite 4 to 0
  16.   end if
  17.   if rollOver(5) then
  18.     set the visible of sprite 5 to 1
  19.   else
  20.     set the visible of sprite 5 to 0
  21.   end if
  22.   if rollOver(6) then
  23.     set the visible of sprite 6 to 1
  24.   else
  25.     set the visible of sprite 6 to 0
  26.   end if
  27.   if rollOver(7) then
  28.     set the visible of sprite 7 to 1
  29.   else
  30.     set the visible of sprite 7 to 0
  31.   end if
  32.   go(the frame)
  33. end
  34.  
  35. on mouseUp
  36.   if rollOver(2) then
  37.     set the visible of sprite 2 to 1
  38.     set the visible of sprite 3 to 1
  39.     set the visible of sprite 4 to 1
  40.     set the visible of sprite 5 to 1
  41.     set the visible of sprite 6 to 1
  42.     set the visible of sprite 7 to 1
  43.     go("Criadores")
  44.   end if
  45.   if rollOver(3) then
  46.     set the visible of sprite 2 to 1
  47.     set the visible of sprite 3 to 1
  48.     set the visible of sprite 4 to 1
  49.     set the visible of sprite 5 to 1
  50.     set the visible of sprite 6 to 1
  51.     set the visible of sprite 7 to 1
  52.     sound stop 1
  53.     go("Cara")
  54.   end if
  55.   if rollOver(4) then
  56.     set the visible of sprite 2 to 1
  57.     set the visible of sprite 3 to 1
  58.     set the visible of sprite 4 to 1
  59.     set the visible of sprite 5 to 1
  60.     set the visible of sprite 6 to 1
  61.     set the visible of sprite 7 to 1
  62.     sound stop 1
  63.     go("Ani")
  64.   end if
  65.   if rollOver(5) then
  66.     set the visible of sprite 2 to 1
  67.     set the visible of sprite 3 to 1
  68.     set the visible of sprite 4 to 1
  69.     set the visible of sprite 5 to 1
  70.     set the visible of sprite 6 to 1
  71.     set the visible of sprite 7 to 1
  72.     sound stop 1
  73.     go("Fut")
  74.   end if
  75.   if rollOver(6) then
  76.     set the visible of sprite 2 to 1
  77.     set the visible of sprite 3 to 1
  78.     set the visible of sprite 4 to 1
  79.     set the visible of sprite 5 to 1
  80.     set the visible of sprite 6 to 1
  81.     set the visible of sprite 7 to 1
  82.     sound stop 1
  83.     go("Mor")
  84.   end if
  85.   if rollOver(7) then
  86.     set the visible of sprite 2 to 1
  87.     set the visible of sprite 3 to 1
  88.     set the visible of sprite 4 to 1
  89.     set the visible of sprite 5 to 1
  90.     set the visible of sprite 6 to 1
  91.     set the visible of sprite 7 to 1
  92.     sound stop 1
  93.     go("Tot")
  94.   end if
  95. end
  96.